home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / Pascal / Code Resources / PICT CDEF / PICT_CDEF.p < prev    next >
Encoding:
Text File  |  1994-09-04  |  3.8 KB  |  9 lines  |  [TEXT/PJMM]

  1. {    PICT_CDEF        }
  2. {}
  3. {    A simple Control definition to allow display of backdrop picts in dialogs        }
  4. {}
  5. {    Reason for code:  In using the dialog manager to design dialogs it is often easier to}
  6. {        create a nice backdrop using a dedicated drawing program and save a PICT.  Unfortunately    }
  7. {        when using a standard dialog, the controls are drawn *first*, regardless of the orderring}
  8. {        of the item list.  The result of this is that if a PICT is used which would cover any of the    }
  9. {        controls, there is no convenient w